Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Go 1.23 iterators for queries and components #142

Merged
merged 4 commits into from
Aug 28, 2024
Merged

Conversation

yohamta
Copy link
Owner

@yohamta yohamta commented Aug 28, 2024

Overview

  • Adds Iter and IterOrdered methods using Go 1.23's new iterator feature
  • Refactors existing Each methods to use new iterators internally
  • Updates examples and tests to use iterator-based approach
  • Requires Go 1.23 for new functionality

@yohamta yohamta merged commit 0203c48 into main Aug 28, 2024
2 checks passed
@yohamta yohamta deleted the go-1.23-iter branch August 28, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant